CustomScaling

public interface CustomScaling implements Scaling

The custom scaling used for printing.

Functions

Link copied to clipboard
public static Scaling.CustomScaling custom(int scaleFactor)
Creates a custom scaling which scales the content according to the given scaleFactor.
Link copied to clipboard
public static Scaling defaultScaling()
Creates a default scaling for the printing content.
Link copied to clipboard
public int scaleFactor()